[IA64] remove RELOC_HIDE
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Wed, 26 Apr 2006 05:38:09 +0000 (23:38 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Wed, 26 Apr 2006 05:38:09 +0000 (23:38 -0600)
This is now defined in xen/include/xen/compiler.h

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/include/asm-ia64/config.h

index ff9971e66e781476e7c8abd299fe0ce7a6359044..8371ecc4c083008f32188935ea819f7ffc75a995 100644 (file)
@@ -94,12 +94,6 @@ extern char _end[]; /* standard ELF symbol */
 //#define __cond_lock(x) (x)
 //#define __must_check
 #define __deprecated
-#ifndef RELOC_HIDE
-# define RELOC_HIDE(ptr, off)                                  \
-  ({ unsigned long __ptr;                                      \
-     __ptr = (unsigned long) (ptr);                            \
-    (typeof(ptr)) (__ptr + (off)); })
-#endif
 
 // xen/include/asm/config.h
 //#define HZ 1000